home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / Examples / AnyProgram / anyprogram.cd < prev    next >
Text File  |  1995-02-23  |  1KB  |  68 lines

  1. #language english
  2. #version 0
  3. #basename anyprogram
  4. ;
  5. ; Catalog description for AnyProgram
  6. ;
  7. ;
  8. BEVELBOX_1 (//)
  9. Gadgets
  10. ;
  11. FIRST_GAD (//)
  12. _First Gadget
  13. ;
  14. SECOND_GAD (//)
  15. _Second Gadget
  16. ;
  17. THIRD_GAD (//)
  18. _Third Gadget
  19. ;
  20. MNU_PRJ_TITLE (//)
  21.  \x00Project
  22. ;
  23. MNI_PRJ_OPEN (//)
  24. O\x00Open...
  25. ;
  26. MNI_PRJ_SAVE (//)
  27. S\x00Save...
  28. ;
  29. MNI_PRJ_PRINT (//)
  30.  \x00Print...
  31. ;
  32. MNS_PRJ_PRINT_DRAFT (//)
  33.  \x00Draft
  34. ;
  35. MNS_PRJ_PRINT_NLQ (//)
  36.  \x00NLQ
  37. ;
  38. MNI_PRJ_ABOUT (//)
  39. ?\x00About
  40. ;
  41. MNI_PRJ_QUIT (//)
  42. Q\x00Quit
  43. ;
  44. MNU_EDIT_TITLE (//)
  45.  \x00Edit
  46. ;
  47. MNI_EDIT_CUT (//)
  48. X\x00Cut
  49. ;
  50. MNI_EDIT_COPY (//)
  51. C\x00Copy
  52. ;
  53. MNI_EDIT_PASTE (//)
  54. V\x00Paste
  55. ;
  56. MNI_EDIT_UNDO (//)
  57. U\x00Undo
  58. ;
  59. ABOUT_TIT (//)
  60.                About AnyProgram
  61. ;
  62. ABOUT_TEXT (//)
  63. AnyProgram v%s (%s)\n\nCopyright © 1995 by:%sThis program is DiskWare. Send me one or\nmore  disks  with  freely  distributable\nprograms if you use it.\n\nBug reports and  suggestions should also\nbe sent to the same address.\n\nThis program uses gadutil.library, which\nis Copyright © 1994-1995 by P-O Yliniemi\nand Staffan Hämälä.
  64. ;
  65. ABOUT_OK (//)
  66. OK
  67. ;
  68.